github.com/andybalholm/brotli.Reader.space (field)
12 uses
github.com/andybalholm/brotli (current package)
decode.go#L565: var space uint32 = s.space
decode.go#L583: s.space = space
decode.go#L606: s.space = space
decode.go#L614: for s.symbol < alphabet_size && s.space > 0 {
decode.go#L637: processSingleCodeLength(code_len, &s.symbol, &s.repeat, &s.space, &s.prev_code_len, s.symbol_lists, s.code_length_histo[:], s.next_symbol[:]) /* code_len == 16..17, extra_bits == 2..3 */
decode.go#L647: processRepeatedCodeLength(code_len, repeat_delta, alphabet_size, &s.symbol, &s.repeat, &s.space, &s.prev_code_len, &s.repeat_code_len, s.symbol_lists, s.code_length_histo[:], s.next_symbol[:])
decode.go#L659: var space uint32 = s.space
decode.go#L676: s.space = space
decode.go#L732: s.space = 32
decode.go#L810: s.space = 32768
decode.go#L826: if s.space != 0 {
state.go#L144: space uint32
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |